home *** CD-ROM | disk | FTP | other *** search
EISA add-on card Configuration | 1991-06-12 | 4.6 KB | 170 lines |
- ; PLX 9010DEMO EISA 32-Bit SONIC Network Controller
- ; PC Fab. Rev. 1
- ; (C)Copyright PLX Technology, 1991
- ; All Rights Reserved.
- ;
- ; 05/22/91 v1.1
-
- BOARD
- ID = "PLX1001" ; EISA 9010DEMO Rev 1 Product ID.
- NAME = "PLX 9010DEMO EISA 32-Bit BUS-MASTER Ethernet Controller"
- MFR = "PLX TECHNOLOGY" ; Manufacturere Name.
- CATEGORY = "NET" ; Category, i.e. Network Board.
- SLOT = EISA ; Uses EISA Slot.
- LENGTH = 216 ; Length of Board in Millimeters.
- READID = yes ; Board ID can be read
- BUSMASTER = 23 ; Bus latency time allowed
- AMPERAGE = 1000 ; Needs to be measured.
- IOCHECK = INVALID ; Card will not respond to reads of
- ; it's IOCHKERR bit.
- DISABLE = SUPPORTED ; The card can be disabled by clearing
- ; the control register ENABLE bit.
- COMMENTS = " The 9010DEMO Board is a 32 bit SONIC Ethernet Adaptor
- for the EISA bus. The board is a bus master design
- that uses the host system main memory directly.
- When receiving or transmitting packet data or during
- buffer management, the SONIC requests the bus from the
- host system. "
-
- HELP = "No help available."
-
- IOPORT(1) = 0zc88h
- INITVAL = 01xxxxxx ;slave size=16, master size=32
-
- IOPORT(2) = 0zc89h
-
- IOPORT(3) = 0zc8Ah
-
- IOPORT(4) = 0zc8Fh
-
-
- JUMPER(1) = 1
- NAME = "Thin/Thick NET"
- JTYPE = TRIPOLE
- VERTICAL = NO
- REVERSE = NO
- LABEL = LOC(1) "E1"
- COMMENTS = "Upper Position = Thin net enabled when User Bit 1 is high.\n
- Thick net enabled when User Bit 1 is low.\n
- Lower Position = Thin net always enabled."
-
-
- SOFTWARE(1) =
- "The 9010Demo Board can be tested with the Sonic Exerciser
- Program called eisonic.exe. A Novell driver allows the
- board to be used in a server or workstation."
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- FUNCTION = "PLX 9010 Ethernet I/O Addresses"
- COMMENTS = "This board supports both slot-specific and ISA\n
- compatible I/O addressing. The ISA mode should only\n
- be used for software compatibility with ISA drivers."
-
- CHOICE = "Slot-Specific Only (Default)"
- FREE
- INIT = IOPORT(2) LOC(7-4) 0000
-
- CHOICE = "Slot-Specific and ISA"
- LINK
- INIT = IOPORT(2) LOC(7-4) 0001|0010|0101|0111|1001|1011|1101
- PORT = 100h-11Fh|120h-13fh|140h-15fh|160h-17fh|300h-31fh|
- 320h-32fh|340h-35fh
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- FUNCTION = "PLX 9010 Ethernet EPROM"
- CHOICE = "EPROM Disabled (Default)"
- FREE
- INIT = IOPORT(3) LOC(7-6) 00
-
- CHOICE = "27256 (32K x 8)"
- LINK
- MEMORY = 32K
- ADDRESS = 0C0000H-0D8000H step=32K
- WRITABLE = NO
- MEMTYPE = OTHER
- SIZE = BYTE
- DECODE = 24
- CACHE = YES
- FREE
- INIT = IOPORT(2) LOC(5-4) 00 | 01 | 10 | 11
- INIT = IOPORT(3) LOC(7-6) 11
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- FUNCTION = "Bus Master"
-
- SUBFUNCTION = "Bus Release After Preempt"
- CHOICE = "23 BCLK Cycles"
- FREE
- INIT = IOPORT(1) LOC(5) 0
-
- CHOICE = "55 BCLK Cycles"
- FREE
- INIT = IOPORT(1) LOC(5) 1
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- FUNCTION = "PLX 9010 Ethernet Interrupt"
-
- SUBFUNCTION = "Interrupt Edge/Level"
- CHOICE = "Edge Triggered Interrupt"
- LINK
- IRQ = 9|10|11|5
- TRIGGER = EDGE
- SHARE = NO
- INIT = IOPORT(1) LOC(2-0) 011|101|111|001
-
- CHOICE = "Level Triggered Interrupt"
- LINK
- IRQ = 9|10|11|5
- TRIGGER = LEVEL
- SHARE = NO
- INIT = IOPORT(1) LOC(2-0) 010|100|110|000
-
- SUBFUNCTION = "Interrupt Latch"
- CHOICE = "Unlatched"
- FREE
- INIT = IOPORT(1) LOC(3) 0
-
- CHOICE = "Latched"
- FREE
- INIT = IOPORT(1) LOC(3) 1
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- FUNCTION = "Ethernet"
- CONNECTION = "J5 (AUI, 15 pin D); J6 (Thinnet, BNC)"
- SUBFUNCTION = "Packet Reception"
- CHOICE = "Receive Own Packets"
- FREE
- INIT = IOPORT(2) LOC(0) 1
-
- CHOICE = "Don't Receive Own Packets"
- FREE
- INIT = IOPORT(2) LOC(0) 0
-
- SUBFUNCTION = "Thin/Thick Selection"
- COMMENTS = "The selection between J5 and J6 is made with\n
- jumper E1 in conjunction with User Bit 1."
-
- CHOICE = "Thin Ethernet (Software Selected)"
- LINK
- INIT = IOPORT(2) LOC(1) 1
- INIT = JUMPER(1) LOC(1) 1
-
- CHOICE = "Thin Ethernet (Jumper Selected)"
- FREE
- INIT = JUMPER(1) LOC(1) 0
-
- CHOICE = "Thick Ethernet (Software Selected)"
- LINK
- INIT = IOPORT(2) LOC(1) 0
- INIT = JUMPER(1) LOC(1) 1
-